home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / eggs_and.swf / scripts / DefineSprite_112 / frame_4 / DoAction.as
Text File  |  2008-11-12  |  266b  |  14 lines

  1. stop();
  2. front.play();
  3. back.stop();
  4. eggback.gotoAndStop(1 + thiseggface * 3);
  5. if(back.timer > _root.fire)
  6. {
  7.    eggback.gotoAndStop(2 + thiseggface * 3);
  8. }
  9. if(back.timer > _root.overfire)
  10. {
  11.    eggback.gotoAndStop(3 + thiseggface * 3);
  12. }
  13. _root.gook(this);
  14.